From e8b7f0719c0990ac724d896a07b392ea2dde5817 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 15 Apr 2006 15:53:53 +0100 Subject: [PATCH] Remove bogus extern declaration. Signed-off-by: Keir Fraser --- xen/arch/x86/smp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/smp.c b/xen/arch/x86/smp.c index 60d0f3d78e..53dec24c38 100644 --- a/xen/arch/x86/smp.c +++ b/xen/arch/x86/smp.c @@ -261,7 +261,7 @@ int smp_call_function( return on_selected_cpus(allbutself, func, info, retry, wait); } -extern int on_selected_cpus( +int on_selected_cpus( cpumask_t selected, void (*func) (void *info), void *info, -- 2.30.2